home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / uim-common / README.Debian < prev    next >
Encoding:
Text File  |  2010-11-07  |  2.1 KB  |  62 lines

  1. uim for Debian
  2. --------------
  3. * Related packages
  4.   - You have to install conversion engines and interface packages to
  5.     make uim useful for Japanese, etc..
  6.     Japanese:
  7.       anthy: anthy, uim-anthy.
  8.       canna: canna, uim-canna.
  9.       skk: skkdic, uim-skk.
  10.       prime: prime, uim-prime.
  11.     Others:
  12.       m17nlib: libm17n-0, m17n-db, m17n-lib-bin, uim-m17nlib
  13.  
  14. * Configuration (easy way)
  15.   - im-swich package will do for you.
  16.     Just type following and restart X session under the same locale.
  17.       * Start uim without any toolbars:
  18.         $ im-switch -s uim
  19.       * Start uim with GTK systray:
  20.         $ im-switch -s uim-systray
  21.       * Start uim with GTK toolbar (recommended):
  22.         $ im-switch -s uim-toolbar
  23.       * Start uim with Qt toolbar:
  24.         $ im-switch -s uim-toolbar-qt
  25.       * Start no uim:
  26.         $ im-switch -s none
  27.     For more, read the im-switch documentation.
  28.  
  29.   - Use GUI tool, e.g., uim-pref-gtk which comes in uim-gtk2.0
  30.     to set up uim (choice between conversion engines etc.):
  31.       Desktop -> Preferences -> Preference of uim
  32.  
  33.     Right clicking toolbar will also get you to "Preference".
  34.  
  35. * Configuration (manual way)
  36.   - You have to set environmental variable as following for
  37.     classic X applications to use uim:
  38.       XMODIFIERS=@im=uim; export XMODIFIERS
  39.  
  40.   - You may set environmental variable as following if you 
  41.     wish to use uim via XIM for GTK applications as the default. 
  42.  
  43.       GTK_IM_MODULE=xim; export GTK_IM_MODULE
  44.  
  45.     Chosing XIM is considered to be less problematic.  You can 
  46.     change IM by right clicking the GTK applications too.
  47.  
  48.   - You may set environmental variable as following if you 
  49.     wish to use uim IM module for GTK applications as the default.
  50.  
  51.       GTK_IM_MODULE=uim; export GTK_IM_MODULE
  52.  
  53.   - Deprecated method of uim configuration: 
  54.       * Write down default IM in ~/.uim. 
  55.         e.g)  Set Anthy as default input method.
  56.            (define default-im-name 'anthy)
  57.     This is not compatible with GUI configuration described above.
  58.  
  59.  
  60.  -- Masahito Omote <omote@utyuuzin.net>, Sun,  6 Oct 2002 17:21:21 +0900
  61.  -- Osamu Aoki <osamu@debian.org>, Fri, 16 Jun 2006 10:16:34 +0900
  62.